.page-node-type-landing-page .block-region-right h2.block-title {
    font-size: 26px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    margin-bottom:40px;
    border:0;
}
.page-node-type-landing-page .block-region-right h2.block-title:after {
    content: "";
    width: calc(100% - 120px);
    height: 1px;
    background: #ECECEC;
    position: absolute;
    top: 50%;
    left: 120px;
    z-index: 0;
}